projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f158723
)
[XEND] Remove extra tap: prefix for device uname.
author
Alastair Tse
<atse@xensource.com>
Fri, 13 Oct 2006 16:33:34 +0000
(17:33 +0100)
committer
Alastair Tse
<atse@xensource.com>
Fri, 13 Oct 2006 16:33:34 +0000
(17:33 +0100)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index e3117e255e7413162398a72b187c9d1aa79225ef..5d7db039bc2203b98dc3ecbc08c662f67d68e10a 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-809,7
+809,7
@@
class XendConfig(dict):
return dev_uuid
elif dev_type == 'tap':
- dev_info['uname'] = '
tap:
qcow:%s' % cfg_xenapi.get('image')
+ dev_info['uname'] = 'qcow:%s' % cfg_xenapi.get('image')
dev_info['dev'] = '%s:disk' % cfg_xenapi.get('device')
if cfg_xenapi.get('mode') == 'RW':